const runtime._SIG_DFL
12 uses
runtime (current package)
signal_unix.go#L39: _SIG_DFL uintptr = 0
signal_unix.go#L139: if fwdSig[i] != _SIG_DFL && fwdSig[i] != _SIG_IGN {
signal_unix.go#L270: setsig(i, _SIG_DFL)
signal_unix.go#L297: if h == _SIG_DFL {
signal_unix.go#L971: setsig(sig, _SIG_DFL)
signal_unix.go#L994: handler = _SIG_DFL
signal_unix.go#L1001: if handler == _SIG_IGN || (handler == _SIG_DFL && flags&_SigIgn != 0) {
signal_unix.go#L1026: if GOOS != "freebsd" && (isarchive || islibrary) && handler == _SIG_DFL && !c.sigFromUser() {
signal_unix.go#L1164: if fwdFn == _SIG_IGN || (fwdFn == _SIG_DFL && flags&_SigIgn != 0) {
signal_unix.go#L1169: if fwdFn == _SIG_DFL {
signal_unix.go#L1170: setsig(sig, _SIG_DFL)
signal_unix.go#L1187: if fwdFn == _SIG_DFL {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |